projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
828bd25
)
pull: Print download URLs by default, rather than requiring -v
author
Colin Walters
<walters@verbum.org>
Sun, 26 Feb 2012 13:35:26 +0000
(08:35 -0500)
committer
Colin Walters
<walters@verbum.org>
Sun, 26 Feb 2012 13:35:26 +0000
(08:35 -0500)
Let's leave verbose for more debug-type stuff.
src/ostree/ostree-pull.c
patch
|
blob
|
history
diff --git
a/src/ostree/ostree-pull.c
b/src/ostree/ostree-pull.c
index aa907b8d83ac5e444da0064e11255b6686548079..ec0adda0d2a4a767bd673d66fdf1109d66eee065 100644
(file)
--- a/
src/ostree/ostree-pull.c
+++ b/
src/ostree/ostree-pull.c
@@
-106,7
+106,7
@@
fetch_uri (OstreeRepo *repo,
chunkdata.error = error;
uri_string = soup_uri_to_string (uri, FALSE);
-
log_verbose ("Fetching %s
", uri_string);
+
g_print ("Fetching %s\n
", uri_string);
msg = soup_message_new_from_uri (SOUP_METHOD_GET, uri);
soup_message_body_set_accumulate (msg->response_body, FALSE);